home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / progut~1 / iostream.zoo / include / ioconfig.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-09-22  |  348 b   |  19 lines

  1. #define NAMES_HAVE_UNDERSCORE
  2.  
  3. #define FILEBUF_VT_NAME "__vt$filebuf"
  4.  
  5. #ifdef NAMES_HAVE_UNDERSCORE
  6. #define UNDERSCORE "_"
  7. #else
  8. #define UNDERSCORE ""
  9. #endif
  10.  
  11. /* #define LITTLE_ENDIAN */
  12.  
  13. /* Defined if the library should include an implementation of stdio. */
  14.  
  15. /* #define IMPLEMENT_STDIO  */
  16. #ifdef  IMPLEMENT_STDIO 
  17. #undef IMPLEMENT_STDIO 
  18. #endif
  19.